home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / agamaze.swf / scripts / DefineButton2_60 / BUTTONCONDACTION on(release, keyPress h).as
Text File  |  2010-05-15  |  102b  |  8 lines

  1. on(release, keyPress "h"){
  2.    tellTarget("girls")
  3.    {
  4.       stop();
  5.    }
  6.    gotoAndStop(8);
  7. }
  8.